home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3100 / 3100.xpi / chrome / content / css / options.css
Cascading Style Sheet File  |  2010-01-23  |  4KB  |  266 lines

  1. /* Click&Clean, MIT, <http://www.hotcleaner.com/>. Copyright Mixesoft(c)Project 2004-2009 <http://www.mixesoft.com/>*/
  2. * {
  3.     margin: 0;
  4.     padding: 0;
  5.     outline: 0;
  6.     white-space:nowrap;
  7.     position: absolute;
  8. }
  9. #page {
  10.     width: 379px;
  11.     height: 575px;
  12.     font: normal 14px/140% Helvetica, Arial, sans-serif;
  13.     color: rgb(50,84,110);
  14.     background-color: rgb(199,226,253);
  15. }
  16. .box-cap {
  17.   color: rgb(1,108,145);
  18.     font: bold 16px Helvetica, Arial;
  19.     text-indent: 28px;
  20.     left: 5px;
  21.     top: 5px;
  22. }
  23. #san-cap {
  24.   background: url(../img/icon16.png) 4px 2px no-repeat;
  25.   text-decoration:underline;
  26.   cursor:pointer;
  27. }
  28. #ext-cap {
  29.   background: url(../img/ext16.png) 4px 2px no-repeat;
  30. }
  31. #adv-cap {
  32.   background: url(../img/tools16.png) 4px 2px no-repeat;
  33. }
  34. .box {
  35.   width: 366px;
  36.   left: 7px;
  37. }
  38. #box0 {
  39.     height: 56px;
  40.     top: 10px;
  41.     background: url(../img/box0.png);
  42. }
  43. #box1 {
  44.     height: 169px;
  45.     top: 68px;
  46.   background: url(../img/box1.png);
  47. }
  48. #box2 {
  49.     height: 179px;
  50.     top: 239px;
  51.   background: url(../img/box2.png);
  52. }
  53. #box3 {
  54.     height: 110px;
  55.     top: 420px;
  56.     background: url(../img/box3.png);
  57. }
  58. button {
  59.   width: 90px;
  60.     height: 26px;
  61.     font:bold 13px Helvetica, Arial, sans-serif;
  62.     border: 1px solid rgb(156,188,227);
  63.     -moz-border-radius: 5px;
  64.     cursor: pointer;
  65.     background: url(../img/button.png) repeat-x;
  66. }
  67. button:hover {
  68.     border-color: #80B3FF #59f #59f;
  69.     background: url(../img/button_hover.png) repeat-x;
  70. }
  71. #san-enabled {
  72.     left: 13px;
  73.     top: 33px;
  74.     width: 14px;
  75.     height: 14px;
  76. }
  77. #san-enabled-desc {
  78.     left: 33px;
  79.     top: 30px;
  80. }
  81. #san-close {
  82.     left: 13px;
  83.     top: 56px;
  84.     width: 14px;
  85.     height: 14px;
  86. }
  87. #san-close-desc {
  88.     left: 33px;
  89.     top: 53px;
  90.     width:320px;
  91.     overflow: hidden;
  92.     /*text-overflow:ellipsis;*/
  93. }
  94. #san-ask {
  95.     left: 13px;
  96.     top: 80px;
  97.     width: 14px;
  98.     height: 14px;
  99. }
  100. #san-ask-desc {
  101.     left: 33px;
  102.     top: 77px;
  103. }
  104. #san-time-desc {
  105.     left: 13px;
  106.     top: 102px;
  107. }
  108. #san-time {
  109.     left: 286px;
  110.     top: 103px;
  111.     width: 65px;
  112.     border: 1px solid #b3b3b3;
  113.     z-index: 999;
  114. }
  115. #san-clear {
  116.     left: 13px;
  117.     top: 130px;
  118.     width: 339px;
  119. }
  120.  
  121. #ext-sanitize {
  122.     left: 13px;
  123.     top: 33px;
  124.     width: 14px;
  125.     height: 14px;
  126. }
  127. #ext-sanitize-desc {
  128.     left: 33px;
  129.     top: 30px;
  130. }
  131. #ext-close {
  132.     left: 13px;
  133.     top: 56px;
  134.     width: 14px;
  135.     height: 14px;
  136. }
  137. #ext-close-desc {
  138.     left: 33px;
  139.     top: 53px;
  140.     width:320px;
  141.     overflow: hidden;
  142.     /*text-overflow:ellipsis;*/
  143. }
  144. #ext-path-desc {
  145.     left: 13px;
  146.     top: 83px;
  147. }
  148. #ext-arg-desc {
  149.     left: 13px;
  150.     top: 113px;
  151. }
  152. #ext-path, #ext-arg {
  153.     left: 93px;
  154.     height: 18px;
  155.     padding: 4px 4px 2px;
  156.     border: 1px solid rgb(156,188,227);
  157.     -moz-border-radius: 5px;
  158.     font: bold 13px Helvetica, Arial, sans-serif;
  159. }
  160. #ext-path {
  161.     top: 80px;
  162.     width: 210px;
  163. }
  164. #ext-browse {
  165.     left: 318px;
  166.     top: 80px;
  167.     width: 32px;
  168. }
  169. #ext-arg {
  170.     top: 110px;
  171.     width: 248px;
  172. }
  173. #ext-run {
  174.     left: 13px;
  175.     top: 140px;
  176.     width: 339px;
  177. }
  178. #adv-lso {
  179.     left: 13px;
  180.     top: 33px;
  181.     width: 14px;
  182.     height: 14px;
  183. }
  184. #adv-lso-desc {
  185.     left: 33px;
  186.     top: 30px;
  187. }
  188. #adv-tabs {
  189.     left: 13px;
  190.     top: 56px;
  191.     width: 14px;
  192.     height: 14px;
  193. }
  194. #adv-tabs-desc {
  195.     left: 33px;
  196.     top: 53px;
  197. }
  198. #adv-tab {
  199.     left: 13px;
  200.     top: 81px;
  201.     width: 14px;
  202.     height: 14px;
  203. }
  204. #adv-tab-desc {
  205.     left: 33px;
  206.     top: 78px;
  207. }
  208. /*controls*/
  209. #opt-def,#opt-ok,#opt-cancel {
  210.     top: 540px;
  211. }
  212. #opt-def {
  213.     left: 10px;
  214. }
  215. #opt-cancel {
  216.     left: 182px;
  217. }
  218. #opt-ok {
  219.     left: 280px;
  220. }
  221.  
  222. #home, #forum, #twitter, #contact {
  223.     top: -10px;
  224.     width: 89px;
  225.     height: 64px;
  226.     cursor: pointer;
  227.     -moz-border-radius: 5px;
  228.     border:none;
  229. }
  230. #home {
  231.     left: 4px;
  232.     background:url(../img/home.png) 0 0 no-repeat;
  233. }
  234. #forum {
  235.     left: 94px;
  236.     background:url(../img/forum.png) 0 0 no-repeat;
  237. }
  238. #twitter {
  239.     left: 184px;
  240.     background:url(../img/twitter.png) 0 0 no-repeat;
  241. }
  242. #contact {
  243.     left: 274px;
  244.     background:url(../img/contact.png) 0 0 no-repeat;
  245. }
  246. #home p, #forum p, #twitter p, #contact p {
  247.     top: 12px;
  248.     width: 89px;
  249.     text-align: center;
  250.     overflow: hidden;
  251. }
  252. #home:hover p, #forum:hover p, #twitter:hover p, #contact:hover p{
  253.     display:none;
  254. }
  255. #tip {
  256.   padding: 0 5px 0 5px;
  257.   display:none;
  258.   top:40px;
  259.   left:30px;
  260.   font-size:14px;
  261.   color: rgb(50,84,110);
  262.   border:solid 1px rgb(50,84,110);
  263.     -moz-border-radius: 3px;
  264.     background:rgb(255,232,151);
  265.   white-space: normal;
  266. }